|
Neurosis Engine
|
#include <custom.h>
Public Member Functions | |
| float2 (float initX=0.0f, float initY=0.0f) | |
| ~float2 () | |
| Constructor/Deconstructor. | |
| float2 | operator+ (float2 rhs) |
| float2 | operator- (float2 rhs) |
| float2 | operator* (float rhs) |
| float2 | operator* (float2 rhs) |
| float2 | operator/ (float rhs) |
| float2 | operator/ (float2 rhs) |
| void | operator= (float2 rhs) |
| bool | operator== (float2 rhs) |
| bool | operator!= (float2 rhs) |
| Operators. | |
| float | Length () |
| Gets the length. | |
Public Attributes | |
| float | x |
| float | y |
| float2::float2 | ( | float | initX = 0.0f, |
| float | initY = 0.0f |
||
| ) |
| float2::~float2 | ( | ) |
Constructor/Deconstructor.
| float float2::Length | ( | ) |
Gets the length.
| bool float2::operator!= | ( | float2 | rhs | ) |
Operators.
| float2 float2::operator* | ( | float | rhs | ) |
| float2 float2::operator/ | ( | float | rhs | ) |
| void float2::operator= | ( | float2 | rhs | ) |
| bool float2::operator== | ( | float2 | rhs | ) |
| float float2::x |
| float float2::y |
1.7.6.1